home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / perl / Net / libnet.cfg
Text File  |  2009-10-01  |  611b  |  22 lines

  1. # Prior to perl 5.8.8-7, libnet was a seperate package with a debconf
  2. # configuration managed config in /etc/libnet.cfg which is used if
  3. # present.  Remove the following line, or the old file before making
  4. # changes below.
  5. return do '/etc/libnet.cfg' if -f '/etc/libnet.cfg';
  6.  
  7. {
  8.     nntp_hosts => [ qw {} ],
  9.     snpp_hosts => [ qw {} ],
  10.     pop3_hosts => [ qw {} ],
  11.     smtp_hosts => [ qw {} ],
  12.     ph_hosts => [ qw {} ],
  13.     daytime_hosts => [ qw {} ],
  14.     time_hosts => [ qw {} ],
  15.     inet_domain => undef,
  16.     ftp_firewall => qq {},
  17.     ftp_firewall_type => qq {},
  18.     ftp_ext_passive => 0,
  19.     ftp_int_passive => 0,
  20.     local_netmask => qq {},
  21. }
  22.